Research Unix | |
---|---|
V6 | (1975) |
V7 | (1979) |
V8 | (1985) |
V9 | (1986) |
V10 | (1989) |
|
|
CB UNIX | (c. 1975) |
PWB/UNIX | (1977) |
System III | (1982) |
IX | (1988) |
Eighth Edition Unix, also known as Version 8 Unix or V8, was a version of the Research Unix operating system developed and used internally at Bell Labs and a select number of universities. It was "released" in February 1985, ran on VAX hardware, and was a variant of 4.1cBSD with some System V.1 (SVR2) features (notably the shell). V8 was the successor to V7 and the predecessor to V9.
V8 is perhaps best remembered for its regular expression (RE) matching library, which established a de facto standard for RE syntax until a POSIX standard was developed. It also introduced the STREAMS I/O mechanism, the /proc filesystem, kernel support for interpreter directives, and several other features later incorporated into System V.2 (SVR3) and subsequent versions of Unix.
V8 also featured a network file system, which permitted access to other machines' entire filesystem trees. For example, the file /etc/passwd on server foovax would be accessible to client machines as /n/foovax/etc/passwd.
The Unix Programming Environment was prepared on a VAX-11/750 running a preliminary version of V8 Unix. [1]
|